type golang.org/x/crypto/chacha20poly1305.xchacha20poly1305
6 uses
golang.org/x/crypto/chacha20poly1305 (current package)
xchacha20poly1305.go#L14: type xchacha20poly1305 struct {
xchacha20poly1305.go#L31: ret := new(xchacha20poly1305)
xchacha20poly1305.go#L36: func (*xchacha20poly1305) NonceSize() int {
xchacha20poly1305.go#L40: func (*xchacha20poly1305) Overhead() int {
xchacha20poly1305.go#L44: func (x *xchacha20poly1305) Seal(dst, nonce, plaintext, additionalData []byte) []byte {
xchacha20poly1305.go#L69: func (x *xchacha20poly1305) Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |